git-risc-v-add-support-for-dl_runtime_profile
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
commit33ee45ee99a271ed691977c08a7029ca14dda0de
tree9c8919414c7d10cc855bdc29c1491601e464c0c8
parent981d8c21050c3c03f7eabc969b2b1a95e5c56beb
git-risc-v-add-support-for-dl_runtime_profile

commit 6b32696116e0097f5dd578ec087bcbef483f2a07
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 30 11:00:10 2023 +0100

    RISC-V: Add support for dl_runtime_profile (BZ #31151)

    Code is mostly inspired from the LoongArch one, which has a similar ABI,
    with minor changes to support riscv32 and register differences.

    This fixes elf/tst-sprof-basic. This also fixes elf/tst-audit1,
    elf/tst-audit2 and elf/tst-audit8 with recent binutils snapshots when
    --enable-bind-now is used.

    Resolves: BZ #31151

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name git-risc-v-add-support-for-dl_runtime_profile.diff
sysdeps/riscv/Makefile
sysdeps/riscv/dl-link.sym [new file with mode: 0644]
sysdeps/riscv/dl-machine.h
sysdeps/riscv/dl-trampoline.S